go/types.unifier.set (method)

6 uses

	go/types (current package)
		infer.go#L276: 					u.set(tpar, core.typ)
		infer.go#L360: 		u.set(tpar, d)
		unify.go#L241: func (u *unifier) set(x *TypeParam, t Type) {
		unify.go#L433: 						u.set(px, y)
		unify.go#L438: 							u.set(px, y)
		unify.go#L447: 		u.set(px, y)